home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / bit / README < prev    next >
Text File  |  1994-08-01  |  4KB  |  115 lines

  1.  
  2.         BIT -- Bitmap Image Touchup
  3.     Revision: 0.91
  4.  
  5.     Thank you for acquiring a copy of the BIT program for the IRIS.
  6.     Any feedbacks from using this program will be appreciated.
  7.  
  8. What is here
  9. --------------
  10.        README:  This file
  11.  Registration:  Please fill it out and mail it to me. Note from this
  12.         version on, you are required to register if you decide
  13.         to use bit.
  14.           New:  new features and new options. flags
  15.           FAQ:  a FAQ to get you started quickly
  16.       Buglist: Bugs in this version and simple fixes
  17.           src:  all source code and libraries, Makefile etc.
  18.          docs:  user guide, copyright notice, and misc. documents.
  19.      ginv.c: A handy program to generate graphics hardware
  20.         inventories. When reporting bugs, please include
  21.         the output of ginv & hinv
  22.          help:  all online help, sample external bindings and misc.
  23.                 control files.
  24.         1.jpg:  an original image
  25.       1.ppm.Z:  compressed, edited
  26.      test.pgm:  lots of text and sgfs
  27.    string.ppm:  showing different styles of text
  28.  
  29.  
  30. Installation
  31. -------------------
  32. Follow instructions in src/01Readme. Basically just cd to src
  33. and type make install (after specifying destination). 
  34.  
  35. src/ChangeLog records all changes since first release.
  36.  
  37. Special note
  38. -----------------
  39. Did you read the Buglist file in the directory where you got
  40. this package ? if you did not, please do so. Buglist
  41. contains last minute updates/simple bug fixes after the
  42. announcement has been made.
  43.  
  44.  
  45.  
  46. From: svec5@menudo.uh.edu (T.C. Zhao)
  47. Newsgroups: comp.sys.sgi.apps,comp.sys.sgi.graphics,comp.sys.sgi.misc
  48. Subject: BIT V0.91  - FullColor Image Viewer/Editor
  49. Date: 1 Mar 1994 16:20:54 -0600
  50. Organization: University of Houston
  51. Lines: 60
  52.  
  53. BIT V0.91 (shareware) is available via anonymous ftp from
  54.   monte.svec.uh.edu (129.7.2.23)       /pub/bit
  55.   ftp.fu-berlin.de  (130.133.4.50)     /pub/unix/sgi/graphics/bit
  56.  
  57. -=-=-=-=-=-=-=-=-=-=-=-=-=
  58. What is bit ?
  59. -=-=-=-=-=-=-=-=-=-=-=-=-=
  60. BIT stands for Bitmap Image Touchup and is an integrated interactive 
  61. full color image viewer and editor based on IrisGL and runs on 
  62. SGI workstations (4D, Indigo, Indy and some PIs).
  63.  
  64. Note this version of bit is shareware.
  65.  
  66. --- Feature Summaries---
  67. View
  68.    Views many popular image formats in 24bits and combines the
  69.    functionalities (and look & feel) of ipaste, gifpaste, jpegpaste.  It
  70.    also features image panning so that image size larger than window/screen
  71.    can be viewed. Further, built-in MPEG player features VCR like control 
  72.    and in addition you can convert any frame within the MPEG stream to any 
  73.    bit supported formats.
  74. Editing:
  75.    Crop, Rotate(arbitrary angles), Scale, Smooth, Sharpening, Median
  76.    filtering, arbitrary convolution with externally defined kernels, 
  77.    arbitrary color/pixel transformation, including contrast adjustment, 
  78.    gamma correction, individual pixel editing, pixel swap and histogram 
  79.    equalization. Merge/overlay/concatenate images with Add/Sub/Diff/XOR/Mask
  80.    options on the fly. All image editing functions feature
  81.    optional anti-aliasing when appropriate.
  82. Paint  & Annotation
  83.    Full color, cut & paste, brushes of many shapes, air brushes with 
  84.    adjustable nozzle size and flow rate, free hand drawing, free hand 
  85.    polygons, fill and all works with many built-in patterns. Further,
  86.    arbitrary text of arbitrary color/orientation can be rendered on top 
  87.    of an image for annotation.
  88.  
  89. Supported image formats:
  90. -=-=-=-=-=-=-=-=-==-=-=-=-=-=-
  91. o. IRIS RGB             o. JPEG (JFIF)
  92. o. CompuServ GIF        o. PNM (ppm, pgm, pbm)
  93. o. X11 Bitmaps          o. TIFF
  94. o. MPEG (read only)     o. PostScript/EPS
  95. o. Sun rasterfile
  96.  
  97. And compressed version of the above formats.
  98.  
  99. What is new in V0.91:
  100. ----------------------
  101.  1. Bug corrections (GIF encoding, Image Merging and some minor ones)
  102.  2. Added a few command line options to make bit more flexible.
  103.    (e.g., bit -IN simulates gifpaste/ipaste/jpegpaste/mpeg_play and better)
  104.  3. Slightly faster and a lot more stable.
  105.  Removed some debugging code and as a result,
  106.  4. clock_mailbox is not shown by default.
  107.  5. MAIL_AUTHOR upon segmentation faults is off by default
  108.  
  109.  BIT V0.91 is stable enough and unless I have the time and resources
  110.  to continue enhancing it, V0.91 will be the last version(at least
  111.  for a long while). I, however, will try to correct any bugs found.
  112.  
  113.  
  114.  
  115.